/*å¿…å¤‡æ ·å¼*/
@font-face {
	font-family: "siyuanNormal";
	src: url('../fonts/siyuan-normal.eot');
	src: url('../fonts/siyuan-normal.ttf') format('truetype'),
		url('../fonts/siyuan-normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/siyuan-normal.woff') format('woff'),
		url('../fonts/siyuan-normal.svg#siyuan-normal') format('svg');
}
body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: "siyuanNormal";}
* {box-sizing: border-box;margin:0; padding:0;font-weight: normal;font-size: 16px;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol { list-style:none; }
a { text-decoration:none !important; color:#666; vertical-align:baseline; cursor:pointer; font-size: inherit;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
table { border-collapse:collapse; border-spacing:0; }
/*æ¸…æµ®*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
/*æµ®åŠ¨*/
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {
    outline: none;
    -webkit-appearance: none;
    background: none;
}
input[type='checkbox']:focus{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #8b8b8b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8b8b8b;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8b8b8b;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8b8b8b;
}
.container {
	width: 1440px;
	margin: 0 auto;
}

/* head */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.hd_con {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.hd_right {
	float: right;
	width: 100%;
	text-align: right;
}
a.h_logo {
	position: absolute;
	left: 0;
	top: 10px;
	display: inline-block;
	font-size: 0;
}
a.h_logo img + img {
	display: none;
}
.hd_p {
	text-align: right;
	margin-top: 18px;
	line-height: 21px;
}
.hd_p a {
	display: inline-block;
	text-align: right;
	color: #fff;
	margin: 0 12px;
}
.hd_p a:last-child {
	margin-right: 0;
}
.naver {
	display: inline-block;
}
.naver ul li {
	display: inline-block;
	margin-right: 35px;
}
.naver ul li:first-child {
	margin-left: 0;
}
.naver ul li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 68px;
	position: relative;
	text-shadow: 1px 1px 0 #000, 1px 1px 0 #000;
}
.naver ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	transition: all .36s;
}
.naver ul li.active a:before ,
.naver ul li:hover a:before {
	width: 100%;
}
.h_search {
	display: inline-block;
	cursor: pointer;
}
.h_search img + img {
	display: none;
}
.search_q {
	position: absolute;
	width: 40%;
	right: 8%;
	top: 127px;
	background: #fff;
	z-index: 5;
	display: none;
}
.search_q input {
	width: 80%;
	float: left;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #e5e5e5;
}
.search_q button {
	width: 20%;
	float: right;
	height: 50px;
	background: #0169ca;
	font-size: 0;
	cursor: pointer;
}
.search_q button > * {
	display: inline-block;
	vertical-align: middle;
}
.search_q button span {
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
}
.header._hidden {
	background-color: #fff;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}
.header._hidden._show {
    position: fixed;
    transform: translateY(0);
	background: #fff;
	box-shadow: 0 0 5px rgba(57, 57, 57, .15);
}
.header._hidden._show a.h_logo img ,
.header._hidden._show .h_search img {
	display: none;
}
.header._hidden._show a.h_logo img + img ,
.header._hidden._show .h_search img + img {
	display: inline-block;
}
.header._hidden._show .naver ul li a ,
.header._hidden._show .hd_p a{
	color: #333;
	text-shadow: none;
}
.header._hidden._show .naver ul li.active a,
.header._hidden._show .naver ul li:hover a{
	color: #0169ca;
}
.header._hidden._show .naver ul li a:before {
	background: #0169ca;
}


/* banner */
.pc_banner .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.pc_banner .swiper-button-prev,
.pc_banner .swiper-button-next {
	width: 78px;
	height: 78px;
	background: none;
	margin: 0;
	transform: translateY(-50%);
}
.pc_banner .swiper-button-prev {
	left: 8%;
}
.pc_banner .swiper-button-next {
	right: 8%;
}
.pc_banner .swiper-pagination {
	height: 100%;
	width: 24px;
	top: 0;
	bottom: auto;
	left: auto;
	right: 4%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.pc_banner .swiper-pagination-bullet,
.m_banner .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(255,255,255,0);
	opacity: 1;
	position: relative;
	background: none;
}
.pc_banner .swiper-pagination-bullet:before ,
.m_banner .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	left: 4px;
	top: 4px;
}
.pc_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px 0;
}
.pc_banner .swiper-pagination-bullet-active ,
.m_banner .swiper-pagination-bullet-active {
	border: 2px solid rgba(255,255,255,1);
}
.m_banner .swiper-pagination {
	display: block;
}
.m_banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}
.m_banner .swiper-pagination-bullet:before {
	width: 6px;
	height: 6px;
	left: 2px;
	top: 2px;
}

.index_s1 {
	padding: 60px 0 80px 0;
}
.index_left1 {
	width: 41%;
	float: left;
}
.index_right1 {
	width: 52.625%;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_company_img {
	overflow: hidden;
	border: 5px solid #e2e2e2;
}
.index_company_img img {
	transition: all .36s;
}
.index_company_img:hover img {
	transform: scale(1.1);
}
.index_title1 {
	margin-bottom: 65px;
}
.index_title1 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title1 img {
	margin-right: 5px;
}
.index_st1 {
	text-align: left;
}
.index_st1 h1 {
	font-size: 34px;
	color: #393939;
	font-weight: bold;
}
.index_st1 h2 {
	color: #393939;
	font-size: 20px;
	font-family: arial
}
.index_ab1 {
	position: relative;
}
.index_about_w {
	padding: 0 0 38px 15%;
	border: 1px solid #e2e2e2;
	border-right: 0;
	position: relative;
}
.index_label1 {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-70%);
}
.index_about_info {
	margin-top: -20px;
	padding-left: 5%;
	background: #fff;
}
.index_about_info .txt {
	color: #565656;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.more1 {
	margin: 40px 0 45px 0;
}
.more1 a {
	display: inline-block;
}
.more1 a > * {
	display: inline-block;
	vertical-align: middle;
}
.more1 a span {
	color: #6a6b6b;
	letter-spacing: 2px;
	font-size: 16px;
	margin-right: 14px;
	transition: all .36s;
}
.more1 a:hover span {
	margin-right: 20px;
}
.index_list1 {
	padding-left: 5%;
}
.index_list1 ul {
	display: flex;
	justify-content: space-between;
}
.index_list1 ul li {
	width: 150px;
	height: 150px;
}
.index_list1 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 27px 0px 
			rgba(210, 208, 208, 0.33);
	flex-direction: column;
	transition: all .36s;
}
.index_list1 ul li a h4 img + img {
	display: none;
}
.index_list1 ul li a p {
	color: #6a6a6a;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	transition: all .36s;
}
.index_list1 ul li a:hover {
	background: #0465d8;
	box-shadow: 0px 0px 27px 0px 
			rgba(0, 120, 255, 0.33);
}
.index_list1 ul li a:hover h4 img {
	display: none;
}
.index_list1 ul li a:hover h4 img + img {
	display: inline-block;
}
.index_list1 ul li a:hover p {
	color: #fff;
}
.index_title2 {
	padding: 90px 0 50px 0;
	text-align: center;
}
.index_title2 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title2 img {
	margin-right: 4px;
}
.index_st2 {
	text-align: left;
}
.index_st2 h1 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.index_st2 h2 {
	color: #fff;
	font-size: 20px;
	font-family: arial
}
.industry_swiper1 {
	position: relative;
}
.industry_swiper1 .swiper-slide{
	width: 10.625% !important;
	margin-right: 0.8% !important;
	transition: width 0.5s ease 0s;
}
.industry_swiper1 .swiper-slide-active{
	width: 42.075% !important;
}
.industry_swiper1 .swiper-slide:hover .industry_img1 img {
	height: 460px;
}
.industry_swiper1 .swiper-container{
	width: 92%;
	margin: 0 auto;
}
.industry_swiper1 .swiper-button-next,.industry_swiper1 .swiper-button-prev{
	width: 18px;
	height: 34px;
	background: none;
	cursor: pointer;
}
.industry_h1 {
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.industry_h1 .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
}
.industry_info1 {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.industry_h1 h3 {
	color: #fff;
	font-size: 26px;
	margin-top: 25px;
}
.industry_img1 {
	overflow: hidden;
}
.industry_img1 img {
	transition: all .4s;
	object-fit: cover;
}
.industry_info2 {
	padding: 25px 30px;
	background: rgba(4,101,216,.9);
}
.industry_info2 h2 {
	color: #e3e6ea;
	font-size: 26px;
	margin-bottom: 8px;
}
.industry_info2 p {
	color: #e3e6ea;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.industry_h2 {
	display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h1 {
	display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h2 {
	display: block;
}
.industry_swiper1 .swiper-slide-active .industry_img1 img {
	height: 460px;
}
.index_industry_w {
	height: 574px;
}
.section2 {
	padding-bottom: 88px;
}
.index_st3 h1 ,
.index_st3 h2 {
	color: #393939;
}
.index_news_h1 {
	position: relative;
	color: #dcdcdc;
	margin-bottom: 40px;
}
.index_news_h1 ul li {
	display: inline-block;
	padding: 0 38px;
}
.index_news_h1 ul li:first-child {
	padding-left: 0;
}
.index_news_h1 ul li a {
	display: inline-block;
	color: #2b2b2b;
	font-size: 20px;
	position: relative;
	transition: all .4s;
	font-weight: bold;
}
.index_news_h1 ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -14px;
	width: 0;
	height: 5px;
	background: #0169ca;
	box-shadow: 0px 3px 9px 0px rgba(1, 105, 202, 0.58);
	transition: all .4s;
}
.index_news_h1 ul li.active a ,
.index_news_h1 ul li:hover a {
	color: #0169ca;
}
.index_news_h1 ul li.active a:before,
.index_news_h1 ul li:hover a:before{
	width: 100%;
}
.more2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.more2 a {
	display: inline-block;
	border: 1px solid #000000;
	width: 178px;
	text-align: center;
	font-size: 0;
	border-radius: 25px;
	transition: all .36s;
	position: relative;
}
.more2 a > * {
	display: inline-block;
	vertical-align: middle;
	transition: all .36s;
}
.more2 a span {
	font-size: 16px;
	color: #636363;
	line-height: 48px;
	margin-right: 16px;
	letter-spacing: 2px;
	transition: all .36s;
}
.more2 a img + img {
	display: none;
}
.more2 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0169ca;
	border-radius: 25px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.7,1,1);
	transform: scale3d(.7,1,1);
	-webkit-transition: -webkit-transform .4s,opacity .4s;
	transition: transform .4s,opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.more2 a:hover {
	background: #0169ca;
	border-color: #0169ca;
}
.more2 a:hover span {
	color: #fff;
}
.more2 a:hover img {
	display: none;
}
.more2 a:hover img + img {
	display: inline-block;
}
.more2 a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.news_list1 ul li {
	width: 25%;
	float: left;
	border: 1px solid #0169ca;
}
.news_list1 ul li a {
	display: block;
	background: #f5f5f5;
}
.news_img1 {
	overflow: hidden;
}
.news_img1 img {
	transition: all .3s;
}
.news_info1 {
	height: 100%;
	padding: 12% 10%;
}
.news_info1 h2 {
	color: #0169ca;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
	font-weight: bold;
}
.news_info1 p {
	color: #716f6f;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_s3 {
	padding-bottom: 98px;
}
.news_list1 ul li a:hover .news_img1 img {
	transform: scale(1.1);
}
.index_s4 {
	padding: 92px 0;
}
.index_list2 ul li {
	width: 31.625%;
	float: left;
	margin-right: 2.5625%;
	background: #fff;
	box-shadow: 0px 3px 7px 0px 
			rgba(200, 200, 200, 0.35);
}
.index_list2 ul li:nth-child(3n) {
	margin-right: 0;
}
.index_w_h1 {
	position: relative;
}
.index_w_h1 a {
	display: block;
	font-size: 0;
	overflow: hidden;
}
.index_w_h1 a > img {
	transition: all .4s;
}
.index_w_h1:hover img {
	transform: scale(1.1);
}
.index_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.index_info1 h2 {
	color: #fbfbfb;
	font-size: 34px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.index_info1 h3 {
	color: #fbfbfb;
	font-size: 20px;
}
.index_w_h2 {
	padding: 50px 10% 55px 10%;
}
.index_w_h2 dl {
	margin-bottom: 55px;
}
.index_w_h2 dl dd {
	position: relative;
	padding-left: 34px;
}
.index_w_h2 dl dd:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0465d8;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_w_h2 dl dd a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #393939;
	font-size: 16px;
	line-height: 38px;
	transition: all .36s;
}
.index_w_h2 dl dd a:hover {
	color: #0465d8;
}
.more3 {
	position: relative;
	right: auto;
	top: auto;
	transform: translateY(0);
	text-align: center;
}

/* footer 
.footer {
	background: #414042;
}
.copyright {
	text-align: center;
	background: #333333;
	padding: 16px 0;
}
.copyright p {
	color: #8f8f91;
	font-size: 16px;
	line-height: 30px;
}
.copyright p img {
	margin-left: 6px;
}
.f_con {
	padding: 60px 0 70px 0;
	position: relative;
}
a.f_logo {
	display: inline-block;
	margin-bottom: 20px;
}
.f_link {
	padding-left: 52px;
}
.f_link h2 {
	font-size: 18px;
	color: #8f8f91;
	margin-bottom: 16px;
}
.link_a {
	width: 76%;
	color: #6b6b6b;
}
.link_a a {
	color: #8f8f91;
	font-size: 16px;
	padding: 0 12px;
	line-height: 32px;
	transition: all .3s;
}
.link_a a:first-child {
	padding-left: 0;
}
.link_a a:hover {
	color: #fff;
}
.f_search {
	position: absolute;
	right: 0;
	top: 70px;
	width: 323px;
	border: 1px solid #87878a;
	padding: 0 22px;
	border-radius: 23px;
}
.f_search button {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	cursor: pointer;
	font-size: 0;
}
.f_search input {
	width: 80%;
	font-size: 16px;
	color: #8f8f91;
	line-height: 44px;
}*/
/* footer */
.footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.foot1 {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.f_con {
	width: 1165px;
	padding: 60px 0 50px;
	margin: 0 auto;
}
.f_hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.f_hd .f_item {
	width: 86px;
}
.f_hd .f_item:nth-last-child(2) {
	width: 338px;
}
.f_hd .f_item:nth-last-child(1) {
	width: 122px;
}
.f_hd .f_item .btitle {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	line-height: 36px;
	margin-bottom: 3px;
}
.f_hd .f_item:nth-last-child(2) .btitle{
	width: 236px;
}
.f_hd .f_item ul li ,
.f_contact p{
	line-height: 28px;
}
.f_hd .f_item ul li a ,
.f_contact p {
	color: #cee0f5;
	font-size: 14px;
	transition: all .36s;
}
.f_hd .f_item ul li a:hover {
	color: #fff;
}
.f_ewm {
	margin-top: 10px;
	text-align: center;
}
.f_ewm img {
	width: 122px;
	height: 122px;
}
.f_ewm p {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}
.f_link {
	display: flex;
	align-items: center;
}
.f_link span {
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}
.links {
	color: #cee0f5;
	font-size: 12px;
}
.links a {
	color: #cee0f5;
	font-size: 12px;
	transition: all .36s;
	margin: 0 12px;
}
.links a:hover {
	color: #fff;
}
.foot2{
	background-color: #0a284d;
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,.4);
	font-size: 12px;
	padding: 20px 0;
	line-height: 24px;
}
.copyright a{
	color: rgba(255,255,255,.4);
	font-size: 14px;
	line-height: 24px;
}
/* mobile header */
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
}
.m_hd_con {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.m_logo {
	float: left;
	padding: 8px 0;
}
.m_logo img {
	height: 38px;
}
#openBtn {
	display: block;
	position: fixed;
	top: 20px;
	right: 4%;
	z-index: 100;
	cursor: pointer;
}
#openBtn .lcbody {
	width: 26px;
	height: 15px;
	position: relative;
}
#openBtn .lcbody .lcitem {
	width: 100%;
	height: 1px;
	position: absolute;
	transition: transform 0.36s ease;
}
#openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #999;
}
#openBtn .lcbody .top {
	top: 0;
}
#openBtn .lcbody .center {
	display: block;
	top: 49%;
}
#openBtn .lcbody .bottom {
	top: 100%;
}
#openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}
#openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}
#openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}
#openBtn.on .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}
#openBtn.on .lcitem.center {
	opacity: 0;
}
#openBtn.on .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}
@keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
@-webkit-keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
.navMini {
	position: fixed;
	width: 26%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateX(120%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
}
.navMini.unfold {
	transform: translateX(0);
}
.nav_wrap {
	padding-top: 54px;
}
.m_nav ul li {
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.m_nav ul li a {
	display: block;
	width: 100%;
	color: #666;
}
.m_nav_bottom {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	text-align: center;
}
.m_nav_bottom p {
	line-height: 28px;
}

/* å…³äºŽæˆ‘ä»¬ */
.insider_wrap {
	padding-top: 106px;
}
.s_banner1 {
	position: relative;
	height: 285px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_info1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-65%);
	width: 100%;
	text-align: center;
}
.banner_info1 > img {
	position: absolute;
	left: 50%;
	top: 32px;
	transform: translateX(-50%);
}
.banner_info1 h1 {
	color: #fff;
	font-size: 48px;
	letter-spacing: 1px;
}
.banner_info1 h2 {
	color: #fff;
	font-size: 26px;
	margin-top: 12px;
	font-family: arial;
	letter-spacing: 1px;
}
.jt_icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.insider_nav {
	background: #fff;
	box-shadow: 0px 0px 27px 0px 
			rgba(210, 208, 208, 0.33);
	position: relative;
}
.s_nav {
	text-align: center;
}
.s_nav ul li {
	display: inline-block;
	margin: 0 1.5%;
}
.s_nav ul li a {
	display: inline-block;
	width: 152px;
	padding: 32px 0 22px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 27px 0px 
			rgba(210, 208, 208, 0.33);
}
.s_nav ul li a:before{
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	background-image: linear-gradient(90deg, 
			#57972b 23%, 
			#0169ca 23%,
			#0169ca 100%), 
		linear-gradient(
			#0169ca, 
			#0169ca);
	left: 0;
	bottom: 0;
	transition: all .3s;
}
.s_nav ul li a h2 img + img {
	display: none;
}
.s_nav ul li a p {
	color: #393939;
	font-size: 20px;
	padding-top: 6px;
}
.s_nav ul li.active a h2 img {
	display: none;
}
.s_nav ul li.active a h2 img + img {
	display: inline-block;
}
.s_nav ul li.active a p {
	color: #0169ca;
}
.s_nav ul li.active a:before ,
.s_nav ul li:hover a:before{
	width: 100%;
}
.s_nav2 {
	text-align: center;
}
.s_nav2 ul li {
	display: inline-block;
	margin: 0 1.5%;
}
.s_nav2 ul li a {
	display: inline-block;
	width: 152px;
	padding: 5px 0 10px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 27px 0px 
			rgba(210, 208, 208, 0.33);
}
.s_nav2 ul li a:before{
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	background-image: linear-gradient(90deg, 
			#57972b 23%, 
			#0169ca 23%,
			#0169ca 100%), 
		linear-gradient(
			#0169ca, 
			#0169ca);
	left: 0;
	bottom: 0;
	transition: all .3s;
}
.s_nav2 ul li a h2 img + img {
	display: none;
}
.s_nav2 ul li a p {
	color: #393939;
	font-size: 20px;
	padding-top: 6px;
}
.s_nav2 ul li.active a h2 img {
	display: none;
}
.s_nav2 ul li.active a h2 img + img {
	display: inline-block;
}
.s_nav2 ul li.active a p {
	color: #0169ca;
}
.s_nav2 ul li.active a:before ,
.s_nav2 ul li:hover a:before{
	width: 100%;
}
/* å…³äºŽæˆ‘ä»¬ */
.insider_content1 {
	background-repeat: no-repeat;
	background-position: top center;
}
.insider_content3 {
	background-repeat: no-repeat;
	background-position: top center;
}
.detail_info1 .txt {
	color: #565656;
	font-size: 16px;
	line-height: 30px;
}
.about_con {
	padding: 60px 0 120px 0;
}
.about_con img{
	padding: 0 20px 50px;
	
}
.detail_info1 .title {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 30px;
}
.sign_pic {
	text-align: right;
	margin-top: 180px;
}
.about_con1 {
	width: 89%;
	margin: 0 auto;
	padding: 90px 0 200px 0;
}

/* ä¼ä¸šå¤§äº‹è®° */
.events_con {
	width: 92%;
	margin: 0 auto;
	padding: 96px 0 44px 0;
}
.events_w {
	width: 44%;
	float: left;
	padding: 35px 4%;
	border: solid 1px #e5e5e5;
	border-right: 0;
	box-shadow: 0px 6px 0px 0px 
			rgba(210, 208, 208, 0.33);
	background: #fff;
	position: relative;
}
.events_w:before {
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	background: #e5e5e5;
	left: 97%;
	top: 25%;
	transform: rotate(-120deg);
}
.events_w:after {
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	background: #e5e5e5;
	left: 97%;
	bottom: 25%;
	transform: rotate(120deg);
}
.label1 {
	text-align: center;
}
.events_list {
	position: relative;
	overflow: hidden;
}
.events_list ul {
	position: relative;
	margin-top: -4px;
	padding-bottom: 70px;
}
.events_list ul:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #0169ca;
	top: 0;
}
.events_list ul li:nth-child(2n) .events_w {
	float: right;
	border-right: 1px solid #e5e5e5;
	border-left: 0;
}
.events_list ul li:nth-child(2n) .events_w:before {
	left: auto;
	right: 97%;
	transform: rotate(120deg);
}
.events_list ul li:nth-child(2n) .events_w:after {
	left: auto;
	right: 97%;
	transform: rotate(-120deg);
}
.events_info1 {
	position: relative;
}
.events_info1:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 4px;
	left: -30px;
	background: #57972b;
}
.events_info1 h2 {
	color: #0169ca;
	font-size: 20px;
	margin-bottom: 14px;
}
.events_info1 p {
	color: #696969;
}
.events_list ul li {
	position: relative;
}
.events_list ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 9px;
	background: #0169ca;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.events_list ul li:nth-child(2n):before {
	right: auto;
	left: 50%;
}
.twinkle {
	position: absolute;
	top: 8%;
	left: 50%;
	margin-left: -3px;
	width: 5px;
	height: 60px;
	background-image: linear-gradient(100deg, 
			rgba(57,208,230,0) 0%, 
			rgba(57,208,230,1) 100%),
		linear-gradient(
			rgba(255,255,255,0), 
			rgba(255,255,255,0));
	z-index: 1;
	animation: light_move 8s 1s infinite linear;
	-moz-animation: light_move 8s 1s infinite linear;
	-webkit-animation: light_move 8s 1s infinite linear;
	-o-animation: light_move 8s 1s infinite linear;
	-ms-animation: light_move 8s 1s infinite linear;
}
@keyframes light_move{
	0% {
		top: 5%;
	}
	35% {
	    top: 100%;
	}	
	75% {
	    top: 8%;
	}	
	100% {
	    top: 100%;
	}
}

/* åˆä½œä¼™ä¼´ */
.partner_list1 {
	margin-bottom: 100px;
}
.partner_list1 ul li {
	width: 46.5%;
	float: left;
	margin-right: 7%;
	padding: 28px 2%;
	border-bottom: 1px solid #e9e9e9;
}
.partner_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.partner_list1 ul li a {
	display: block;
	background: url(../images/icon6.png) no-repeat right center;
	transition: all .36s;
}
.partner_list1 ul li a > * {
	display: inline-block;
	vertical-align: middle;
}
.partner_img1 {
	overflow: hidden;
}
.partner_img1 img {
	transition: all .3s;
}
.partner_info1 {
	max-width: 70%;
	margin-left: 4%;
}
.partner_info1 p {
	color: #333;
	font-size: 24px;
	transition: all .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partner_list1 ul li a:hover {
	background: url(../images/icon6x.png) no-repeat right center;
}
.partner_list1 ul li a:hover .partner_info1 p {
	color: #0169ca;
}
.partner_list1 ul li a:hover .partner_img1 img {
	transform: scale(1.1);
}
/* page */
.page {
	text-align: center;
}
.page * {
	display: inline-block;
}
.page a {
	color: #090104;
	font-size: 16px;
	width: 62px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin: 0 4px;
}
.page a.on{
	background: #0169ca;
	color: #fff;
}

/* å…šç¾¤å»ºè®¾ */
.insider_content2 {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.construction_con {
	padding: 60px 0 90px 0;
}
.construction_con2 {
	padding: 0px 0 90px 0;
}
.construction_list1 {
	margin-top: 40px;
	margin-bottom: 65px;
}
.construction_list1 ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e9e9e9;
}
.construction_list1 ul li a {
	display: block;
	position: relative;
	padding-left: 138px;
	padding-right: 6%;
}
.time1 {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 110px;
	border: 1px solid #cccccc;
}
.time1 h3 {
	background: #ccc;
	font-size: 36px;
	color: #000;
	line-height: 68px;
	transition: all .36s;
}
.time1 h4 {
	color: #000;
	font-size: 18px;
	line-height: 34px;
	background: #fff;
}
.construc_info1 {
	padding: 10px 0;
}
.construc_info1 h2 {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all .36s;
}
.construc_info1 p {
	color: #716f6f;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.construction_list1 ul li a:hover .time1 {
	border-color: #0169ca;
}
.construction_list1 ul li a:hover .time1 h3 {
	background: #0169ca;
	color: #fff;
}
.construction_list1 ul li a:hover .construc_info1 h2 {
	color: #0169ca;
}
.det_title1 {
	text-align: center;
	padding: 40px 0 28px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
}
.det_title1 h1 {
	/*color: #0169ca;*/
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
.det_title1 h2 span {
	display: inline-block;
	color: #727272;
	font-size: 16px;
	margin: 0 8px;
}
.detail_info2 .txt {
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.detail_info2 {
	padding-bottom: 125px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.pian a {
	display: block;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 42px;
}
.fontSize {
	text-align: right;
	color: #333;
	line-height: 50px;
}
.details_con {
	padding-bottom: 145px;
}

/* ç§‘æŠ€æˆæžœ */
.science_list1 ul li {
	width: 46.25%;
	float: left;
	margin-right: 7.5%;
	margin-bottom: 35px;
}
.science_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.science_list1 ul li a {
	display: block;
	position: relative;
	padding-left: 148px;
	border: 1px solid #0169ca;
}
.science_list1 ul li a span {
	position: absolute;
	width: 148px;
	left: 0;
	top: 0;
	background: #0169ca;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}
.science_list1 ul li a p {
	color: #333333;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	transition: all .36s;
}
.science_list1 ul li a:hover p {
	color: #0169ca;
}
.science_list1 {
	margin-bottom: 100px;
}

/* ä¼ä¸šæ–‡åŒ– */
.insider_content3 {
	background: #f2f8fd;
}
.culture_list1 ul li a {
	position: relative;
	padding-right: 13.4%;
}
.culture_list1 ul li a .type {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	display: inline-block;
	padding: 0 24px;
	line-height: 34px;
	background: #0169ca;
	border-bottom: 4px solid #57972b;
}

/* æ‹›è˜æµç¨‹ */
.recruit_con {
	padding-top: 80px;
}
.recruit_list ul li {
	width: 23.3%;
	float: left;
	margin-right: 2.26%;
	margin-bottom: 48px;
	text-align: center;
	box-shadow: 0px 3px 18px 0px 
			#d5d5d5;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(0deg, 
		#0169ca 0%, 
		#058a3a 100%);
	border-image-slice: 1;
	background: #fff;
	transition: all .38s;
}
.recruit_list ul li:nth-child(4n) {
	margin-right: 0;
}
.recruit_list ul li a {
	display: block;
}
.recruit_img {
	padding: 25px 0;
}
.recruit_info {
	border-top: 1px solid #e5e5e5;
}
.recruit_info p {
	color: #292929;
	font-size: 20px;
	line-height: 64px;
	transition: all .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruit_list ul li:hover {
	transform: translateY(-20px);
}
.recruit_list ul li:hover .recruit_info p {
	color: #0169ca;
}
.recruit_list {
	margin-bottom: 70px;
}

/* å…¬å¸æ–°é—» */
.news_list2 ul li {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	padding: 30px 20px 30px 0;
	border-bottom: 1px solid #e9e9e9;
}
.news_list2 ul li:nth-child(2n) {
	margin-right: 0;
}
.news_list2 ul li a {
	display: block;
	padding-left: 140px;
	padding-right: 15%;
	position: relative;
	background: url(../images/icon6.png) no-repeat right center;
	transition: all .36s;
}
.time2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	text-align: center;
	padding: 6px 0 14px 0;
}
.time2:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: linear-gradient(180deg, 
		#0169ca 70%,
		#57972b 100%), 
		linear-gradient(
		#57972b, 
		#57972b);
}
.time2 h3 {
	color: #333;
	font-size: 52px;
}
.time2 h4 {
	color: #333;
	font-size: 18px;
}
.news_info2 h2 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	letter-spacing: 2px;
	transition: all .36s;
}
.news_info2 p {
	color: #716f6f;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list2 ul li:hover a {
	background: url(../images/icon6x.png) no-repeat right center;
}
.news_list2 ul li:hover .news_info2 h2 {
	color: #0169ca;
}
.news_list2 {
	margin-bottom: 85px;
}

/* è§†é¢‘ä¸­å¿ƒ */
.video_con {
	width: 956px;
	margin: 0 auto;
	padding: 70px 0 100px 0;
}
.video_bottom {
	position: relative;
	padding: 0 56px;
	margin-top: 35px;
}
.video_bottom .swiper-button-prev,
.video_bottom .swiper-button-next {
	width: 36px;
	height: 100px;
	background: url(../images/left3x.jpg);
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.video_bottom .swiper-button-next {
	background: url(../images/right3x.jpg);
}
.video_1 {
	height: 540px;
}
.video_1 video {
	width: 100%;
	height: 100%;
}
.video_bottom .swiper-button-next.swiper-button-disabled,.video_bottom .swiper-button-prev.swiper-button-disabled {
	background: url(../images/left3.jpg);
}
.video_bottom .swiper-button-next.swiper-button-disabled {
	background: url(../images/right3.jpg);
}
.video_img {
	border: 3px solid #fff;
}
.video_bottom .swiper-slide-thumb-active .video_img {
	border: 3px solid #0169ca;
}

/* äº§ä¸šæ¿å— */
.ss_list1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.ss_list1 ul {
	text-align: center;
}
.ss_list1 ul li {
	display: inline-block;
	margin: 0 14px;
}
.ss_list1 ul li a {
	display: inline-block;
	position: relative;
	width: 210px;
	line-height: 60px;
	background: #fff;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
	color: #333;
	font-size: 28px;
	transition: all .36s;
}
.ss_list1 ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #0169ca;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: none;
}
.ss_list1 ul li.active a:before {
	display: block;
}
.ss_list1 ul li.active a {
	background: #0169ca;
	color: #fff;
}
.ss_list2 {
	text-align: center;
	margin-bottom: 45px;
}
.ss_list2 ul {
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-size: 0;
}
.ss_list2 ul li {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
}
.ss_list2 ul li:last-child {
	border-right: 0;
}
.ss_list2 ul li a {
	display: inline-block;
	color: #333;
	font-size: 20px;
	box-shadow: 0px 0px 27px 0px 
			rgba(210, 208, 208, 0.33);
	width: 176px;
	background: #fff;
	line-height: 50px;
}
.ss_list2 ul li.active a {
	background: #0169ca;
	color: #fff;
}
.detail_info3 .txt {
	color: #686868;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.cy_tent .cy_tab1 {
	display: none;
}
.company_list1 ul li {
	padding: 18px 0;
}
.company_list1 ul li a {
	display: block;
	position: relative;
}
.company_list1 ul li a span.xq {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 155px;
	line-height: 46px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #333;
	font-size: 16px;
	transition: all .4s;
}
.company_img1 {
	float: left;
	width: 207px;
	margin-right: 35px;
	overflow: hidden;
}
.company_img1 img {
	transition: all .4s;
}
.company_info1 {
	width: 65%;
	margin-top: 4px;
	padding-bottom: 20px;
}
.company_info1 h2 {
	color: #333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all .4s;
}
.company_info1 p {
	color: #858484;
	font-size: 16px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.company_w {
	width: calc(100% - 242px);
	float: right;
	border-bottom: 1px solid #e5e5e5;
}
.company_list1 ul li a:hover .company_info1 h2 {
	color: #0169ca;
}
.company_list1 ul li a:hover .company_img1 img {
	transform: scale(1.1);
}
.company_list1 ul li a:hover span.xq {
	background: #0169ca;
	border-color: #0169ca;
	color: #fff;
}
.company_list1 {
	margin-bottom: 90px;
}
.project_list1 ul li {
	margin-bottom: 55px;
}
.project_list1 ul li a {
	display: block;
	position: relative;
	background: #f7f8fa;
	box-shadow: 0px 3px 9px 0px #e6e6e6;
}
.project_img1 {
	width: 29%;
	float: left;
	overflow: hidden;
	height: 340px;
}
.project_img1 img {
	height: 100%;
	transition: all .4s;
}
.project_info1 {
	width: 71%;
	float: left;
	padding: 40px 3% 0 3%;
}
.project_info1 h2 {
	color: #313131;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
}
.project_info1 p {
	color: #686868;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}
.project_info1 h3 {
	font-size: 0;
}
.project_info1 h3 > * {
	display: inline-block;
	vertical-align: middle;
}
.project_info1 h3 span {
	color: #716f6f;
	font-size: 16px;
	margin-right: 12px;
	transition: all .36s;
}
.project_info1 h3 img + img {
	display: none;
}
.project_list1 ul li a:hover .project_info1 h3 span {
	color: #0169ca;
}
.project_list1 ul li a:hover .project_info1 h3 img {
	display: none;
}
.project_list1 ul li a:hover .project_info1 h3 img + img {
	display: inline-block;
}
.project_list1 ul li a:hover .project_img1 img {
	transform: scale(1.1);
}
.project_list1 {
	margin-bottom: 45px;
}
.industry_title {
	padding: 55px 0;
	margin: 0 auto;
	text-align: center;
}
.industry_u {
	position: relative;
}
.industry_u img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
}
.industry_u h1 {
	color: #000;
	font-size: 36px;
	margin-bottom: 4px;
}
.industry_u h2 {
	color: #626262;
	font-size: 18px;
}
.affairs_l1 {
	width: 32.9375%;
	float: left;
}
.affairs_r1 {
	width: 67.0625%;
	float: right;
}
.affairs_r1 ul li {
	width: 49.25%;
	float: left;
	margin-left: 0.75%;
	margin-bottom: 10px;
}
.affairs_l1 a,
.affairs_r1 ul li a {
	display: block;
	position: relative;
}
.affairs_l1 a:before ,
.affairs_r1 ul li a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid rgba(255,255,255,0);
	transition: all .4s;
	z-index: 1;
}
.affairs_info1 {
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.affairs_info1 h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.affairs_info1 p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.affairs_img1 {
	overflow: hidden;
}
.affairs_img1 img {
	transition: all .4s;
}
.affairs_l1 a:hover:before ,
.affairs_r1 ul li a:hover:before {
	width: 96%;
	height: 96%;
	border: 1px solid rgba(255,255,255,1);
}
.affairs_r1 ul li a:hover:before {
	height: 88%;
}
.affairs_l1 a:hover .affairs_img1 img ,
.affairs_r1 ul li a:hover .affairs_img1 img{
	transform: scale(1.1);
}
.affairs_k {
	padding-bottom: 68px;
}
.industry_w2 {
	background: #f8f8f8;
	padding-bottom: 50px;
}
.protection_list ul li {
	width: 31.375%;
	float: left;
	margin-right: 2.9375%;
	margin-bottom: 30px;
}
.protection_list ul li:nth-child(3n) {
	margin-right: 0;
}
.protection_list ul li a {
	display: block;
	border: 1px solid #dcdcdc;
}
.protection_info {
	padding: 50px 8% 30px 10%;
}
.protection_info h2 {
	color: #000;
	font-size: 28px;
	transition: all .4s;
}
.protection_info p {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 0 28px 0;
	height: 56px;
}
.protection_info h3 {
	text-align: right;
	font-size: 0;
}
.protection_info h3 img + img {
	display: none;
}
.protection_img {
	overflow: hidden;
}
.protection_img img {
	transition: all .4s;
}
.protection_list ul li a:hover .protection_img img {
	transform: scale(1.1);
}
.protection_list ul li a:hover .protection_info h3 img {
	display: none;
}
.protection_list ul li a:hover .protection_info h3 img + img {
	display: inline-block;
}
.protection_list ul li a:hover .protection_info h2 {
	color: #0169ca;
}
.protection_list {
	margin-top: 15px;
}
.industrial_list ul li {
	width: 31.6875%;
	float: left;
	margin-right: 2.46875%;
	margin-bottom: 30px;
}
.industrial_list ul li:nth-child(3n) {
	margin-right: 0;
}
.industrial_list ul li a {
	display: block;
}
.industrial_img {
	overflow: hidden;
}
.industrial_img img {
	transition: all .36s;
}
.industrial_info {
	padding: 40px 0 50px 0;
}
.industrial_info h2 > *{
	display: inline-block;
	vertical-align: middle;
}
.industrial_info h2 span {
	color: #313131;
	font-size: 26px;
	margin-right: 15px;
	transition: all .36s;
}
.industrial_info h2 img + img {
	display: none;
}
.industrial_info p {
	color: #817f7f;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	height: 90px;
}
.industry_w3 {
	padding-bottom: 70px;
}
.industrial_list {
	margin-top: 20px;
}
.industrial_list ul li a:hover .industrial_img img {
	transform: scale(1.1);
}
.industrial_list ul li a:hover .industrial_info h2 span {
	color: #0169ca;
}
.industrial_list ul li a:hover .industrial_info h2 img {
	display: none;
}
.industrial_list ul li a:hover .industrial_info h2 img + img {
	display: inline-block;
}
.video_list {
	margin-bottom: 50px;
}
.video_list ul li {
	margin-top: 20px;
}
.video_i1 {
	height: 200px;
}
.video_i1 video {
	width: 100%;
	height: 100%;
}

/* è”ç³»æˆ‘ä»¬ */
.contact_con {
	padding: 90px 0 160px 0;
}
.contact_left {
	width: 52.5%;
	float: left;
}
.contact_right { 
	width: 47.5%;
	float: right;
}
.contact_form .form_group {
	margin-bottom: 28px;
}
.contact_form .form_group > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_form .form_group span {
	color: #333;
	font-size: 16px;
	margin-right: 3%;
}
.contact_form .form_group1 .s_f {
	width: 67%;
}
.contact_form .form_group1 input ,
.contact_form .form_group1 textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 18px;
	font-size: 16px;
	color: #333;
}
.contact_form .form_group1 textarea {
	height: 185px;
	resize: none;
	padding: 18px;
}
.contact_form .form_group2 .s_f > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_form .form_group2 .s_f input {
	width: 50%;
}
.contact_form .form_group2 .s_f img {
	cursor: pointer;
	width: 124px;
	height: 60px;
}
.radio1 {
	display: inline-block;
	margin-left: 30px;
}
.radio1 label {
	padding-left: 38px;
	background-image: url(../images/check1.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}
.radio1 input:checked + label {
	background-image: url(../images/checked1.png);
}
.form_btn {
	margin-left: 11.5%;
}
.form_btn button {
	width: 50%;
	height: 70px;
	background: #0169ca;
	color: #fff;
	font-size: 20px;
}
.contact_info h1 {
	font-size: 26px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.contact_p {
	margin-bottom: 60px;
}
.contact_p p {
	color: #777777;
	font-size: 20px;
	line-height: 46px;
}
.ewm_pic{
	vertical-align: top;
}
.c_map {
	width: 100%;
	height: 360px;
}

/* äºŒçº§å¯¼èˆª */
.second_main {
	display: none;
}
.second_level {
    position: fixed;
    width: 100%;
    left: 0;
    top: 107px;
	width: 680px;
	/* height: 290px; */
	transform: translateX(-8%);
	background-color: rgba(247,247,247,.9);
	z-index: 99;
}
.second_level:nth-child(5){
	transform: translateX(-30%);
}
.second_level:nth-child(6){
	transform: translateX(-50%);
}
.second_level:nth-child(7){
	transform: translateX(-60%);
}
.second_level:nth-child(8){
	transform: translateX(-60%);
}
.second_wrap {
	padding: 45px 60px;
}
.second_con {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.second_ul ul li{
	margin-bottom: 12px;
}
.second_ul ul li a{
	font-size: 0;
}
.second_ul ul li a>*{
	display: inline-block;
	vertical-align: middle;
}
.second_ul ul li a span{
	margin-left: 10px;
	color: #666;
	font-size: 16px;
	line-height: 1;
}
.second_ul ul li a i img +img,.second_ul ul li:hover  a i img,.second_ul ul li.active  a i img{
	display: none;
}
.second_ul ul li:hover  a i img + img,.second_ul ul li.active  a i img + img{
	display: inline-block;
}
.second_ul ul li:hover a span,.second_ul ul li.active a span{
	color: #5e9dfa;
}
.second_img1 {
	width: 51.8%;
}

/*.second_main {
	display: none;
}
.second_level {
	position: fixed;
	width: 1600px;
	left: 50%;
	top: 108px;
	transform: translateX(-50%);
	background: rgba(255,255,255,.86);
	z-index: 99;
	padding: 0 3%;
}
.sec_left {
	width: 65%;
	float: left;
	padding: 10px 3% 10px 0;
}
.sec_ul ul li {
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.sec_ul ul li:last-child {
	border-bottom: none;
}
.sec_m1 {
	position: relative;
	padding-left: 150px;
}
.sec_m1 > * {
	display: inline-block;
}
.sec_m1 p {
	width: 150px;
	position: absolute;
	left: 0;
	top: 44px;
}
.sec_m1 p a {
	color: #000;
	font-size: 26px;
	letter-spacing: 1px;
}
.sec_m1 dl {
	width: 100%;
}
.sec_m1 dl dd {
	display: inline-block;
	margin: 0 3%;
}
.sec_m1 dl dd a {
	display: inline-block;
	text-align: center;
	padding: 25px 0;
}
.sec_m1 dl dd a h2 img {
	transition: all .36s;
}
.sec_m1 dl dd a h2 img + img {
	display: none;
}
.sec_m1 dl dd a h3 {
	font-size: 20px;
	color: #393939;
	padding-top: 5px;
	letter-spacing: 1px;
	transition: all .36s;
}
.sec_m1 dl dd a:hover h2 img {
	display: none;
}
.sec_m1 dl dd a:hover h2 img + img {
	display: inline-block;
}
.sec_m1 dl dd a:hover h3 {
	color: #0169ca;
}
.sec_right {
	width: 34.75%;
	float: right;
}
.sec_pic {
	padding: 40px 0;
}*/

/* å¼•å¯¼é¡µ */
.guide_page {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.guide_wrap {
	width: 1200px;
	margin: 0 auto;
}
.logo_1 {
	margin-top: 38px;
	text-align: center;
}
.guide_bottom {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.guide_bottom p {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.guide_main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%,-50%);
}
.guide_main ul {
	display: flex;
	justify-content: space-between;
}
.guide_main ul li {
	text-align: center;
}
.guide_main ul li h2 {
	color: #fff;
	font-size: 38px;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	letter-spacing: 8px;
	margin-bottom: 6px;
}
.guide_main ul li p b {
	font-size: 44px;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	color: #fff;
}
.guide_main ul li p span {
	color: #fff;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	font-size: 26px;
}
.guide_a {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
}
.guide_a a {
	display: inline-block;
	width: 206px;
	line-height: 40px;
	border-radius: 20px;
	background-color: rgba(104,145,170,.75);
	color: #fff;
	font-size: 16px;
}
.detail_info1 ,.det_d1 ,.fontSize,.pian,.detail_info3{
	padding: 0 5%;
}

/* 20200324 */
.g_news_list2 ul  {
	width: 100%;
}
.g_news_list2 ul li {
	width: 100%;
	margin-right: 0;
	padding: 25px 20px 25px 0;
	height: 160px;
}
.g_news_list2 .news_info2 h2 {
	-webkit-line-clamp: 1;
	height: auto;
}
.g_news_list2 .time2 {
	padding: 0;
}
.logobb{width: 20%; padding-left: 30px;}
.logobb img{padding: 20px; width:117px; height: 90px;}
@media screen and (max-width: 780px) {
	.logobb{width: 20%; padding-left: 0;}
	.logobb img{padding:25px 10px 25px 15px; width:117px; height: 90px;}
}
.g_news_list2 .time2 h3 {
	background-color: #0169ca;
	color: #fff;
	line-height: 75px;
}
.g_news_list2 .time2 h4 {
	background: #c1c1c1;
	line-height: 33px;
	color: #fff;
}
.g_news_list2 .time2:before {
	display: none;
}

.g_news_list3 ul li {
	width: 100%;
	margin-right: 0;
	padding: 5px 20px 30px 0;
}
.g_news_list3 .news_info2 h2 {
	-webkit-line-clamp: 1;
	height: auto;
}
.g_news_list3 .time2 {
	padding: 0;
}
.g_news_list3 .time2 h3 {
	background-color: #0169ca;
	color: #fff;
	line-height: 75px;
}
.g_news_list3 .time2 h4 {
	background: #c1c1c1;
	line-height: 33px;
	color: #fff;
}
.g_news_list3 .time2:before {
	display: none;
}

.insider_content1 {
	background-size: cover;
	padding: 10px 0 40px;
}
.insider_content3 {
	background-size: cover;
	padding: 10px 0 30px;
}
  .bk-header {
    height: 50px;
    background: #f6f6f6;
    color: #333333;
    margin-bottom: 0 !important;
    font-family: \5B8B\4F53;
    
  }

  .swiper-slide {
    line-height: 50px;
}
  
  .bk-header .logo-wrap {
    margin-top: 10px;
  }
.bk-header .swiper-header-outer {
    height: 50px;
    line-height: 50px;
    width: 1000px;
    text-align: right;
}
.float-right, .fr, .g-fr {
    float: right;
}

.x_news {
	padding: 50px 0;
}
.x_left {
	width: 46%;
	float: left;
}
.x_title1 {
	position: relative;
	padding-left: 24px;
	margin-bottom: 30px;
}
.x_title1::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 47px;
	background: #0465d8;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.x_title1 h1 {
	color: #393939;
	font-size: 26px;
	font-weight: bold;
}
.x_title1 h2 {
	color: #393939;
	font-size: 20px;
}
.x_more {
	position: absolute;
	right: 0;
	top: 50%;
	height: 38px;
	transform: translateY(-50%);
	/* display: inline-block;
	padding: 0 16px;
	line-height: 36px;
	color: #636363;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 19px;
	border: 1px solid #000; */
}
.x_more a {
	padding: 0 16px;
	border-radius: 19px;
	width: auto;
}
.x_more a span {
	line-height: 30px;
	font-size: 14px;
	margin-right: 4px;
}
.x_swiper1 {
	width: 38.8%;
	float: left;
}
.x_swiper1 img {
	width: 100%;
	/* height: 262px; */
	height: 290px;
	object-fit: cover;
}
.x_r {
	width: 57.54%;
	float: right;
}
.x_list1 ul li {
	margin-bottom: 6px;
}
.x_list1 ul li:last-child {
	margin-bottom: 0;
}
.x_list1 ul li a {
	display: block;
	position: relative;
}
.x_list1 ul li a p {
	max-width: 70%;
	color: #000000;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 42px;
	position: relative;
	padding-left: 15px;
}
.x_list1 ul li a p::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.x_list1 ul li a p img {
	vertical-align: top;
}
.x_list1 ul li a span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #454545;
	font-size: 16px;
}
.x_list1 ul li a:hover p {
	color: #0465d8;
}
.x_swiper1 .swiper-container {
	/* padding-bottom: 28px; */
}
.x_swiper1 .swiper-pagination {
	display: block;
	/* bottom: 0; */
	bottom: 8px;
	font-size: 0;
}
.x_swiper1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(255,255,255,.5);
}
.x_swiper1 .swiper-pagination-bullet-active {
	background: #0465d8;
}
.x_w1 {
	width: 100%;
}
.x_news_c1 {
	margin-bottom: 20px;
}
.x_right {
	width: 45.875%;
	float: right;
}
.x_swiper2 {
	position: relative;
	/* padding: 0 44px; */
}
.x_video_img {
	text-align: center;
	position: relative;
}
.x_video_img .x_v_img {
	/* height: 284px; */
	height: 290px;
	object-fit: cover;
	width: 100%;
}
.x_video_img .w_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.x_video_img p {
	/* color: #000; */
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* margin-top: 12px; */
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	padding: 0 15px;
	line-height: 40px;
}
.x_swiper2 .swiper-button-prev,
.x_swiper2 .swiper-button-next {
	background: none;
	width: 42px;
	height: 42px;
}
.x_swiper2 .swiper-button-prev {
	left: 20px;
}
.x_swiper2 .swiper-button-next {
	right: 20px;
}
.x_swiper2 .swiper-button-prev img + img ,
.x_swiper2 .swiper-button-next img + img {
	display: none;
}
.x_swiper2 .swiper-button-prev:hover img ,
.x_swiper2 .swiper-button-next:hover img {
	display: none;
}
.x_swiper2 .swiper-button-prev:hover img + img ,
.x_swiper2 .swiper-button-next:hover img + img {
	display: inline-block;
}
.section3 {
	background-size: cover;
	background-position: center;
	background-color: #f8f8f8;
}
.video_title01 {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 20px;
}

/* 人才资源 */
.talent_item_page{
	margin-bottom: 80px;
}
.talent_item_page:last-child{margin-bottom: 0;}
.recruit_theader{
	width: 100%;
	height: 70px;
	padding: 0 50px;
	background-color: #5e9dfa;
}
.recruit_theader p{
	float: left;
	line-height: 70px;
	font-size: 0;
	text-align: center;
}
.recruit_theader p:nth-child(1){
	width: 25%;
	text-align: left;
}
.recruit_theader p:nth-child(4){
	width: 15%;
	text-align: right;
}
.recruit_theader p:nth-child(2),.recruit_theader p:nth-child(3){
	width: 30%;
}
.recruit_theader p>*{
	display: inline-block;
	vertical-align: middle;
}
.recruit_theader p span{
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	line-height: 1;
}
.recruit_tbtop{
	width: 100%;
	height: 70px;
	padding: 0 50px;
	background-color: #efefef;
}
.recruit_tbtop p{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 70px;
	text-align: center;
}
.recruit_tbtop p:nth-child(1){
	width: 25%;
	text-align: left;
}
.recruit_tbtop p:nth-child(4){
	width: 15%;
	text-align: right;
}
.recruit_tbtop p:nth-child(2),.recruit_tbtop p:nth-child(3){
	width: 30%;
}
.recruit_tbtop p i{
	display: block;
	text-align: right;
}
.recruit_tbtop p i img + img,.recruit_tbtop.on p i img{
	display: none;
}
.recruit_tbtop.on p i img + img{
	display: inline-block;
}
.recruit_tbody ul li{
	margin-bottom: 30px;
}
.recruit_tbmain{
	display: none;
	width: 100%;
	padding: 40px 50px 60px;
	background-color: #f9f9f9;
}
.recruit_tbm1{
	margin-bottom: 60px;
	font-size: 0;
}
.recruit_tbm1 p{
	display: inline-block;
	margin-right: 66px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1;
	vertical-align: middle;
}
.recruit_tbm1 p:last-child{margin-right: 0;}
.recruit_tbm2{
	position: relative;
}
.recruit_tbm2_left,.recruit_tbm2_right{
	position: relative;
	float: left;
	width: 100%;
}
.recruit_tbm2_left{
	padding-right: 86px;
}
.recruit_tbm2_right{
	padding-left: 60px;
}
/*.recruit_tbm2::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 82%;
	background-color: #e6e6e6;
	transform: translateX(-50%);
}*/
.recruit_tbm2_title{
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin-bottom: 30px;
}
.recruit_tbm2_txt{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
}

/* 图片新闻 */
.news_picture_list{
	padding-bottom: 40px;
}
.news_picture_list li{
	float: left;
	width: 32.083%;
	margin-bottom: 20px;
	margin-right: 1.8755%;
	background-color: #fff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}
.news_picture_list li:nth-child(3n){margin-right: 0;}
.news_picimg{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.news_picimg img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.news_picture_list li:hover .news_picimg img{
	transform: scale(1.2);
}
.news_pictitle{
	width: 100%;
	height: 56px;
	padding: 0 20px;
	line-height: 56px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}